@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

main {
  display: block; 
  
  }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #595959;
  text-align: left;
  background: #FAFAFA;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  margin: 16px 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500; }

h1 {
  font-size: 2.875rem; }
@media (max-width: 1200px) {
  h1 {
    font-size: calc(1.4125rem + 1.95vw) ; } }

h2 {
  font-size: 2.375rem; }
@media (max-width: 1200px) {
  h2 {
    font-size: calc(1.3625rem + 1.35vw) ; } }

h3 {
  font-size: 1.875rem; }
@media (max-width: 1200px) {
  h3 {
    font-size: calc(1.3125rem + 0.75vw) ; } }

h4 {
  font-size: 1.5rem; }
@media (max-width: 1200px) {
  h4 {
    font-size: calc(1.275rem + 0.3vw) ; } }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 8px; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 500; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: 600; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #262626;
  text-decoration: none;
  background-color: transparent; }
a:hover {
  color: black;
  text-decoration: underline; }

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #bfbfbf;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 8px; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw) ; } }

mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

img {
  max-width: 100%;
  height: auto; }

.i-trans {
  width: 100%;
  overflow: hidden; }
.i-trans img {
  -webkit-transition: all 1.3s;
  -o-transition: all 1.3s;
  transition: all 1.3s; }
.i-trans img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.figure {
  position: relative; }
.figure .figure-body {
  position: absolute;
  bottom: 0;
  width: 100%; }

.media::after {
  display: block;
  clear: both;
  content: ""; }
.media img {
  display: block;
  width: 50%;
  float: left; }
.media .media-body {
  width: 50%;
  float: right; }

.clear {
  clear: both; }

.jsx-btn {
  display: inline-block;
  height: 32px;
  padding: 0 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  color: #595959;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
.jsx-btn:hover {
  color: #0066cc;
  text-decoration: none;
  border-color: #0066cc; }
.jsx-btn:focus, .jsx-btn.focus {
  outline: 0;
  color: #004080;
  border-color: #004080; }

.jsx-btn-lg {
  height: 40px;
  padding: 0 1rem;
  font-size: 16px;
  line-height: 40px; }

.jsx-btn-sm {
  height: 24px;
  padding: 0 0.5rem;
  font-size: 14px;
  line-height: 24px; }

.jsx-btn-primary {
  color: #fff;
  background-color: #0066cc;
  border-color: #0066cc;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045); }
.jsx-btn-primary:hover {
  color: #fff;
  background-color: #0059b3;
  border-color: #0059b3; }
.jsx-btn-primary:focus, .jsx-btn-primary.focus {
  color: #fff;
  background-color: #004d99;
  border-color: #004d99; }


@media (min-width: 768px) {
  .copyright p span {
    display: inline;
    margin-right: 1em; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
.slick-list:focus {
  outline: none; }
.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
.slick-track:before, .slick-track:after {
  content: "";
  display: table; }
.slick-track:after {
  clear: both; }
.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
[dir="rtl"] .slick-slide {
  float: right; }
.slick-slide img {
  display: block; }
.slick-slide.slick-loading img {
  display: none; }
.slick-slide.dragging img {
  pointer-events: none; }
.slick-initialized .slick-slide {
  display: block; }
.slick-loading .slick-slide {
  visibility: hidden; }
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("http://www.gd.xinhuanet.com/zt19/images/ajax-loader.gif") center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }
.slick-prev:before,
.slick-next:before {
  font-family: "";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }
.slick-prev:before {
  content: "←"; }
[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }
.slick-next:before {
  content: "→"; }
[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "";
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  color: #0066cc;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
  color: #0066cc;
  opacity: 0.75; }

.arrow-basic .slick-prev,
.arrow-basic .slick-next {
  z-index: 10;
  top: 50%;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5) url("http://www.gd.xinhuanet.com/zt19/images/arrows-basic.png") no-repeat; }
.arrow-basic .slick-prev::before,
.arrow-basic .slick-next::before {
  content: ""; }
.arrow-basic .slick-prev {
  left: 0;
  background-position: 0 0; }
.arrow-basic .slick-next {
  right: 0;
  background-position: -50px 0; }

.wrap {
  width: 1200px;
  margin-right: auto;
  margin-left: auto; }

.layout {
  margin-bottom: 18px; }

.layout-sub-nav {
  background-color: #1d71b7; 
  font-size: 12px;
  line-height: 32px;
  color: #fff;}
.layout-sub-nav::after {
  display: block;
  clear: both;
  content: ""; }
.layout-sub-nav .float-left {

  float: left; }
.layout-sub-nav .float-right {
  float: right; }
.layout-sub-nav a {
  margin-right: 1em;
  font-size: 12px;
  line-height: 32px;
  color: #fff; }

.layout-nav {
  background-color: #fff; 
    box-shadow: inset 0 -1px 0 0 #fff, 0 1px 3px rgba(0,0,0,.08);
  }
.layout-nav .wrap {
  position: relative;
  height: 80px; }
.layout-nav .brand {
  position: absolute;
  top: 14px;
  left: 16px; }
.layout-nav .brand > div {
  display: inline-block;
  margin-right: 16px; }
.layout-nav .loki-qrcode {
border-radius: 5px;
  position: absolute;
  top: 64px;
  left: 128px;
  display: none;
  border: 4px solid #0059b3;
  z-index: 200; }

#nav {
  padding-left: 0;
  list-style: none;
  position: absolute;
  top: 16px;
  right: 4px;
  margin-bottom: 0; }
#nav::after {
  display: block;
  clear: both;
  content: ""; }
#nav li {
  display: block;
  float: left;
  width: 144px;
  margin: 0 4px;
  text-align: center; }
#nav li.last {
  width: 128px; }

.menu-item {
  padding: 8px 8px 8px 24px;
  font-weight: 300;
  color: #222;
  line-height: 32px; }
.menu-item:hover {
  cursor: pointer; }
.menu-item a {
  color: #222; }
.menu-item a:hover {
  text-decoration: none; }
.menu-item span {
  position: relative; }
.menu-item span:before {
  position: absolute;
  top: -4px;
  left: -36px;
  display: inline-block;
  width: 32px;
  height: 32px;
  content: '';
  background: url("icons.png") no-repeat; }
.menu-item span:after {
  position: absolute;
  top: -4px;
  right: -28px;
  display: inline-block;
  width: 32px;
  height: 32px;
  content: '';
  background: url("icons.png") no-repeat;
  background-position: 0 -160px; }
.menu-item span.i-1:before {
  background-position: 0 0; }
.menu-item span.i-2:before {
  background-position: 0 -32px; }
.menu-item span.i-3:before {
  background-position: 0 -64px; }
.menu-item span.i-4:before {
  background-position: 0 -96px; }
.menu-item span.i-5:before {
  background-position: 0 -128px; }
.menu-item span.i-6:before {
  background-position: 0 -192px; }

.nav-item.last .menu-item {
  padding-left: 8px;
  text-align: right; }
.nav-item.last .menu-item:hover {
  border-radius: 4px; }


#thumbs-up span.i-6:before {
  top: -6px;
  left: -32px; }
#thumbs-up span.i-6:after {
  display: none; }

.loki-menu {
  position: absolute;
  top: 0;
  z-index: 220;
  display: none;
  width: 144px;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0,0,0,.2), 0 2px 5px rgba(0,0,0,.19);
  border-radius: 5px; }
.loki-menu .dropdown-menu {
  padding: 8px; }
.loki-menu .dropdown-menu .dropdown-item {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  background-color: #1d71b7;
  border-radius: .25em; }
.loki-menu .dropdown-menu .dropdown-item:hover {
  text-decoration: none; }
.loki-menu .dropdown-menu .dropdown-item.make-half {
  display: inline-block;
  width: 60px; }

.layout-focus {
  height: 225px;
  overflow-y: hidden; }
.layout-focus .figure img {
  width: 400px;
  height: 225px; }
.layout-focus .figure .figure-body {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.95)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.95));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.95));
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.95)); }
.layout-focus .figure .figure-body h6 {
  margin: 12px 16px; }
.layout-focus .figure .figure-body h6 a {
  color: rgba(255, 255, 255, 0.85); }
.layout-focus .figure .figure-body h6 a:hover {
  color: #fff;
  text-decoration: none; }




.grid::after {
  display: block;
  clear: both;
  content: ""; }
.grid .main {
  background-color: #fff; 
  float: left;
  width: 840px; 
  box-shadow: 0 0 1px rgba(0,0,0,.2), 0 2px 4px rgba(0,0,0,.08);
  }
.grid .aside {
box-shadow: 0 0 1px rgba(0,0,0,.2), 0 2px 4px rgba(0,0,0,.08);
  float: right;
  width: 344px; }

.headline-focus {
  position: relative;
  padding: 16px;
  text-align: center;
  background-color: #fff; 
  }
.headline-focus span {
  position: absolute;
  top: -7px;
  left: 7px;
  display: inline-block;
  width: 104px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background: url("http://www.gd.xinhuanet.com/zt19/images/bg-tag.png") no-repeat; }
.headline-focus h3 {
  height: 38px;
  font-size: 30px;
  line-height: 38px;
  overflow-y: hidden; }
.headline-focus h3 a {
    font-weight: 600;
  color: #0066cc; }
.headline-focus h3 a:hover {
  color: #004080;
  text-decoration: none; }
.headline-focus p {
  height: 24px;
  color: #8c8c8c;
  overflow-y: hidden; }

.link-xuexi {
  padding-top: 6px;
  text-align: center;
  background-color: #fff; }

.news-list {
  padding-left: 0;
  list-style: none;
  padding: 24px 8px 8px;
  margin-bottom: 0;
  background-color: #fff; }
.news-list::after {
  display: block;
  clear: both;
  content: ""; }
.news-list li {
  float: left;
  width: 50%; }
.news-list h6 {
  height: 22px;
  margin: 0 16px 16px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 4px;
  overflow-y: hidden; }
.news-list h6 span {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-bottom: 3px;
    background-color: #7B7B7B;
    border-radius: 3px;
    margin-right: 5px;
  
  }


.news-list2 {
  padding-left: 0;
  list-style: none;
  padding: 8px;
  margin-bottom: 0;
  background-color: #fff; }
.news-list2::after {
  display: block;
  clear: both;
  content: ""; }
.news-list2 li {
  float: left;}
.news-list2 h6 {
  height: 22px;
  margin: 0 12px 12px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 4px;
  overflow-y: hidden; }
.news-list2 h6 span {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-bottom: 3px;
    background-color: #7B7B7B;
    border-radius: 3px;
    margin-right: 5px;
  
  }
.news-list h6.hotline {
  color: #262626; }
.news-list h6.hotline span {
  background-color: #c6202c;
  padding: 0 4px; }


.news-list3 {
  padding-left: 0;
  list-style: none;
  padding: 6px 0px 6px 0px;
  margin-bottom: 0;
  background-color: #fff; }
.news-list3::after {
  display: block;
  clear: both;
  content: ""; }
.news-list3 li {
  float: left;}
.news-list3 h6 {
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  border-radius: 4px;
  overflow-y: hidden; }
.news-list3 h6 span {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-bottom: 3px;
    background-color: #7B7B7B;
    border-radius: 3px;
    margin-right: 5px;
  
  }
.title2{
  background-color: #fafafa;
padding-left: 24px;
  font-size: 18px;
height: 36px;
  font-weight: 600;
  color: #000; }

.title2 h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000; }

.title h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000; }

.reporter-vision {
  padding: 8px;
  background-color: #fff; }
.reporter-vision .title {
  position: relative;
  height: 30px;
  padding-top: 16px; }
.reporter-vision .title hr {
  margin: 0;
  color: #bfbfbf; }
.reporter-vision .title h5 {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 8px;
  padding-left: 128px;
  line-height: 30px;
  background: #fff url("http://www.gd.xinhuanet.com/zt19/images/logo-xhs.png") no-repeat 24px 0; }
.reporter-vision .title .more {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 16px;
  padding-left: 8px;
  font-size: 14px;
  line-height: 30px;
  background-color: #fff; }
.reporter-vision .title .more a {
  color: #bfbfbf; }
.reporter-vision .title .more a:hover {
  color: #999999; }
.reporter-vision .news-list {
  padding-top: 16px; }

.layout-news .main .news-list h6 {
  font-size: 15px;
  line-height: 23px; }

.js-leader {
  padding: 5px;
  background-color: #fff; }
.js-leader .media {
  margin-bottom: 16px; }
.js-leader .media img {
  width: 64px;
  height: 64px;
  border-radius: 50%; }
.js-leader .media .media-body {
  width: 216px; }
.js-leader .media .media-body h6 {
  padding: 8px 0;
  font-size: 14px;
  line-height: 22px; }
.js-leader .links {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center; }
.js-leader .links .jsx-btn {
  padding-right: 24px;
  padding-left: 24px;
  margin: 0 4px;
  border-radius: 2px; }
.js-leader .links .jsx-btn-primary.red {
  background-color: #c6202c;
  border-color: #c6202c; }
.js-leader .links .jsx-btn-primary.red:hover {
  background-color: #b01c27;
  border-color: #b01c27; }
.js-leader .links .jsx-btn-primary.red:focus, .js-leader .links .jsx-btn-primary.red.focus {
  background-color: #9a1922;
  border-color: #9a1922; }

.js-interview .title h5 {
padding-top: 8px;
  padding-left: 24px; }
.js-interview .card {
  padding: 16px 24px;
  background-color: #fff; }
.js-interview .card p {
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
  text-indent: 2em; }
.js-interview .media {
  margin-bottom: 8px; }
.js-interview .media img {
  width: 64px;
  height: 64px;
  border-radius: 50%; }
.js-interview .media .media-body {
  width: 216px; }
.js-interview .media .media-body h6 {
  padding: 8px 0;
  font-size: 14px;
  line-height: 22px; }

.row {
  margin-right: -8px;
  margin-left: -8px; }
.row table.in-design td {
  padding: 0;
  vertical-align: top; }

.news-list.no-fl li {
  float: none;
  width: 100%; }

.sz-lg img {
  width: 400px;
  height: 225px; }

.sz-sm img {
  width: 204px;
  height: 115px; }

.layout-prod .title h4 {
  padding-left: 24px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px; }
.layout-prod .title h4 a {
  color: #0066cc; }
.layout-prod .title h4 a:hover {
  color: #004080;
  text-decoration: none; }
.layout-prod .row table.in-design td {
  width: 220px; }
.layout-prod .row table.in-design td[rowspan="2"] {
  width: 416px; }
.layout-prod .card {
  margin: 0 8px 8px;
  background-color: #fff; }
.layout-prod .card .card-body {
  padding: 8px 16px; }
.layout-prod .card .card-body h5 {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 28px; }
.layout-prod .card .card-body h6 {
  font-size: 14px;
  line-height: 22px; }
.layout-prod .card .card-body p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c; }
.layout-prod .card .card-body a:hover {
  color: #0066cc;
  text-decoration: none; }
.layout-prod .news-list {
padding-bottom: 16px;
  padding-top: 30px; }
.layout-prod .news-list li h6 {
  margin-bottom: 20px; }

.layout-market table.in-design .col--1 {
  width: 416px; }
.layout-market table.in-design .col--2 {
  width: 440px; }
.layout-market .figure {
  margin: 0 8px; }
.layout-market .figure .figure-body h5 {
  margin: 0 32px 16px 16px;
  font-size: 18px;
  line-height: 32px; }
.layout-market .figure .figure-body h5 a {
  padding: 0 4px;
  color: #fff;
  background-color: #0066cc; }
.layout-market .figure .figure-body h5 a:hover {
  text-decoration: none;
  background-color: #004080; }
.layout-market .news-list {
  padding-top: 27px;
  margin: 0 8px; }

.live-topic {
  background-color: #fff; }
.live-topic .slide-tabs {
cursor: pointer;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  border-bottom: 1px solid #000; }
.live-topic .slide-tabs::after {
  display: block;
  clear: both;
  content: ""; }
.live-topic .slide-tabs li {
  float: left; }
.live-topic .slide-tabs h5 {
  width: 132px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 46px;
  text-align: center; }

.live-topic .slide-tabs .current h5 {
  border-bottom: 2px solid #0066cc; }
.live-topic .slide-tabs .current h5 a {
  color: #0066cc; }
.live-topic .slide-tabs .current h5 a:hover {
  color: #004080; }
.live-topic .slide-panels {
  padding: 16px 24px; }
.live-topic .accordion {
  padding-left: 0;
  list-style: none;
  margin-bottom: 8px; }
.live-topic .accordion h6 {
  font-size: 14px;
  line-height: 22px; }
.live-topic .accordion h6 a:hover {
  color: #0066cc;
  text-decoration: none; }
.live-topic .accordion .media {
  margin-bottom: 8px; }
.live-topic .accordion .media img {
  width: 100px;
  height: 67px; }
.live-topic .accordion .media .media-body {
  width: 180px;
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c; }

.friends {
  background-color: #fff; }
.friends .slide-tabs {
  padding-left: 0;
  list-style: none;
  padding-top: 8px;
  margin-bottom: 0;
  border-bottom: 1px solid #d9d9d9; }
.friends .slide-tabs::after {
  display: block;
  clear: both;
  content: ""; }
.friends .slide-tabs li {
  float: left; }
.friends .slide-tabs li h6 {
  width: 64px;
  margin: 0 0 0 16px;
  font-size: 14px;
  line-height: 32px;
  text-align: center; }
.friends .slide-tabs li h6::first-letter {
  letter-spacing: .5em; }
.friends .slide-tabs .current h6 {
  color: #0066cc;
  border-bottom: 1px solid #0066cc; }
.friends .slide-panels {
  padding: 16px 32px; }
.friends .slide-panels .panel {
  height: 96px;
  font-size: 14px;
  line-height: 32px; }
.friends .slide-panels .panel span {
  border-right: 1px solid #d9d9d9;
  padding-right: 1em;
  margin-right: 1em; }
.friends .slide-panels .panel span a {
  color: #8c8c8c; }
.friends .slide-panels .panel span a:hover {
  color: #595959; }

.layout-footer {
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
  border-top: 1px solid #d9d9d9; }
.layout-footer table.in-design td {
  padding: 24px 32px;
  vertical-align: top; }
.layout-footer table.in-design .col--1 {
  width: 200px;
  width: 136px\9; }
.layout-footer table.in-design .col--2 {
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9; }
.layout-footer table.in-design .col--3 {
  width: 600px;
  width: 536px\9; }
.layout-footer .brand {
  padding-top: 32px;
  text-align: center; }
.layout-footer .brand img {
  margin-bottom: 16px; }
.layout-footer .brand p {
  margin-bottom: 4px;
  text-align: left; }
.layout-footer .brand p span {
  margin-right: .5em; }
.layout-footer h5 {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 26px; }
.layout-footer h6 {
  font-size: 14px;
  line-height: 22px; }
.layout-footer .links {
  margin-bottom: 16px; }
.layout-footer .links span {
  border-right: 1px solid #d9d9d9;
  padding-right: .5em;
  margin-right: .5em;
  font-size: 12px;
  line-height: 28px; }
.layout-footer .links span a {
  color: #8c8c8c; }
.layout-footer .links span a:hover {
  color: #595959; }
.layout-footer .links.up span {
  font-size: 14px; }
.layout-footer .copyright-m {
  padding-top: 16px; }
.layout-footer .copyright-m p {
  margin-bottom: 16px; }
.layout-footer .copyright-m p span {
  margin-right: 1em; }

.js-interview {
  height: 230px;
  overflow-y: hidden; }
.js-interview .slick-dotted.slick-slider {
  margin-bottom: 0; }
.js-interview .slick-dots {
    top: -45px;
    right: 10px;
    width: 96px;
    height: 32px;
    text-align: right; }
.js-interview .slick-dots li {
  margin: 0; }

.sect-ad {
  margin-top: 16px;
  margin-bottom: 16px;
  overflow-y: hidden; }


  /* footerBody
--------------------------------------------------*/
#footerBody{
	width: 1200px;
	margin:10px auto;
border-top: 1px solid #ebebeb;
	height: 170px;
	text-align: center;
}
#footerBody .links{
	width: 1200px;
	margin: 0 auto;
	color:#333;
	font-size:12px;
	text-align:center;
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
}
#footerBody .links .left{
	float: left;
	width: 80px;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-weight: bold;
}
#footerBody .links .right a{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0 5px 0 0;
	font-size: 12px;
	color: #333;
}
#footerBody .copyright{
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
}
#footerBody .copyright p{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #333;
}
#footerBody .copyright p a{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #333;
}
#footerBody .copyright p.rows01{
	text-align: center;
}
#footerBody .copyright p.rows02{
	padding-left: 40px;
}
#footerBody .copyright p.rows03{
	padding-left: 70px;
}
#footerBody .icon{
	position: absolute;
	left: 50%;
	bottom: 6px;
	margin-left: 440px;
}


	#footer-wrapper {
		position: relative;
		color: #858484;
margin-top:10px;
padding:18px;
	}

		#footer-wrapper:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			background-size: 100% 100%;
			z-index: 0;
			opacity: 0.5;
		}


/* Copyright */

	#copyright2 {
		text-align: center;
	
	}

		#copyright2 .links {
			color:#fff;
			display: inline-block;
			font-size:12px;

			border-radius: 5px;
	padding:8px;
			margin: 0;
		}

